home *** CD-ROM | disk | FTP | other *** search
/ Mac Action 1996 January / mac-action-07.iso / mac / Inside Action / Total Distortion Big Demo / aaShelf.Dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1995-06-05  |  122 b   |  9 lines

  1. on mouseUp
  2.   global CountryMode
  3.   if CountryMode = "japan" then
  4.     go(1, "beTBN04.JPN")
  5.   else
  6.     BookIt()
  7.   end if
  8. end
  9.